Remove needless dylib check, add test
authorSean Griffin <sean@seantheprogrammer.com>
Sat, 19 Dec 2015 19:44:34 +0000 (12:44 -0700)
committerSean Griffin <sean@seantheprogrammer.com>
Sat, 19 Dec 2015 19:44:34 +0000 (12:44 -0700)
commita6f20637872d79336150bb62c6ccbc384f4d7ff0
treeaa297641be5f81fa4a9c04f9172de112f7005e96
parent8c65284b44337c6cfc003cedc8996e241ac678bd
Remove needless dylib check, add test

In this case the dylib check isn't actually doing anything useful, as
we're just appending search paths. Also adds a test for
8c65284b44337c6cfc003cedc8996e241ac678bd
src/cargo/ops/cargo_rustc/mod.rs
tests/test_cargo_compile_custom_build.rs